home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2006 April / DPPRO0406DVD.ISO / Essentials / Programming / Eclipse SDK / eclipse-SDK-3.1.1-win32.exe / eclipse / plugins / org.eclipse.pde_3.1.0.jar / intro / samplesExtensionContent.xml < prev    next >
Encoding:
Extensible Markup Language  |  2005-09-29  |  2.5 KB  |  28 lines

  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <introContent>
  3.   <!-- Extension to the SDK Samples Page. -->
  4.   <extensionContent alt-style="css/swt.properties" style="css/samples.css" path="samples/page-content/pdeAnchor">
  5.      <group label="SWT" id="swt" style-id="samples-group">
  6.                 <text style-id="group-description">Run SWT samples using either the standalone SWT launcher or as an integrated workbench view.</text>
  7.                 <link label="Workbench views and standalone applications" url="http://org.eclipse.ui.intro/runAction?pluginId=org.eclipse.pde.ui&class=org.eclipse.pde.ui.internal.samples.ShowSampleAction&id=org.eclipse.sdk.samples.swt.examples" id="swt-examples" style-id="sample-link">
  8.                     <text>The SWT Example launcher will allow you to launch a collection of SWT examples.  Some of the examples can be run independent of the eclipse platform and others will be available as views inside the workbench.</text>
  9.                 </link>
  10.                 <anchor id="swtGroupAnchor"/>
  11.       </group>
  12.       <group label="Workbench" id="workbench" style-id="samples-group">
  13.                 <text style-id="group-description">The following samples demonstrate how to tightly integrate into the Eclipse workbench.</text>
  14.                 <link label="Multi-page editor" url="http://org.eclipse.ui.intro/runAction?pluginId=org.eclipse.pde.ui&class=org.eclipse.pde.ui.internal.samples.ShowSampleAction&id=org.eclipse.sdk.samples.multipageeditor" id="multi-page-editor" style-id="sample-link">
  15.                     <text>Shows how to create an editor with multiple pages</text>
  16.                 </link>
  17.                 <link label="Property sheet and outline" url="http://org.eclipse.ui.intro/runAction?pluginId=org.eclipse.pde.ui&class=org.eclipse.pde.ui.internal.samples.ShowSampleAction&id=org.eclipse.sdk.samples.propertysheet" id="property-sheet" style-id="sample-link">
  18.                     <text>Demonstrates how to use property sheet and outline views</text>
  19.                 </link>
  20.                 <link label="Readme tool" url="http://org.eclipse.ui.intro/runAction?pluginId=org.eclipse.pde.ui&class=org.eclipse.pde.ui.internal.samples.ShowSampleAction&id=org.eclipse.sdk.samples.readmetool" id="readmetool" style-id="sample-link">
  21.                     <text>Shows how to create your own extension points</text>
  22.                 </link>
  23.                 <anchor id="jdtAnchor"/>
  24.                 <anchor id="workbenchGroupAnchor"/>
  25.       </group>
  26.   </extensionContent>
  27. </introContent>
  28.